When run with an expression, configures the content that is required
to be held in the repository.
-For example:
-
- git annex required . "include=*.mp3 or include=*.ogg"
-
Without an expression, displays the current required content setting
of the repository.
Also, `git-annex fsck` will warn about required contents that are not
present.
+For example:
+
+ git annex required here "include=*.mp3 or include=*.ogg"
+
+To return a repository to the original default behavior, use an empty
+value for the expression, eg:
+
+ git-annex required here ""
+
# OPTIONS
* The [[git-annex-common-options]](1) can be used.
For example:
- git annex wanted . "include=*.mp3 or include=*.ogg"
+ git annex wanted here "include=*.mp3 or include=*.ogg"
Without an expression, displays the current preferred content setting
of the repository.
+To return a repository to the original default behavior, use an empty
+value for the expression, eg:
+
+ git-annex wanted here ""
+
# OPTIONS
* The [[git-annex-common-options]](1) can be used.